body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, tr, td, section, a, input, span {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust: none
}

html, body {
    -webkit-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

body, input, textarea {
    font-family: "microsoft yahei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    -webkit-font-smoothing: antialiased
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th, td {
    text-align: center
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

input[type=button], button {
    -webkit-appearance: none;
    -webkit-user-select: none
}

a, img, input, select, li {
    -webkit-tap-highlight-color: transparent
}

a, img {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

a, input, img, select, textarea {
    outline: none
}

input::-webkit-clear-button, input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input::-webkit-search-cancel-button {
    display: none
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0
}

::-webkit-scrollbar {
    display: none;
    width: 0
}

img {
    -webkit-touch-callou: none
}

* {
    -webkit-tap-highlight-color: transparent
}

.show {
    display: block !important
}

.hide, .none {
    display: none !important
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

*.clearfix {
    zoom: 1
}

.scroll::-webkit-scrollbar {
    width: 7px !important;
    border-radius: 7px;
    display: block !important
}

.scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: #ddd
}

.scroll::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #eaeaea
}

.scroll::-webkit-scrollbar-thumb:vertical:active {
    background-color: #d0d0d0
}

.left-suspension {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100px;
    background: #fff;
    -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.3);
    z-index: 1000
}

.left-suspension .ls-title {
    padding: 10px 0 6px;
    background: #cf242d
}
.left-suspension .ls-title .icon {
    width: 38px;
    height: 32px;
    margin: 0 auto;
    background: url("../Images/leftSuspension3/icon-wc.png") center/100% 100% no-repeat
}
.left-suspension .ls-title .icon {
    display: block;
    margin: 0 auto 5px;
    top: auto;
    background-position: -1px 0
}



.left-suspension .icon {
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    top: 4px;
    z-index: 2;
    background: url("../Images/leftSuspension3/ls-iconGroup1.png") -44px 0/150px 60px no-repeat
}
.left-suspension .ls-title .txt {
    color: #fff;
    display: block;
}


/*提示语*/
.left-suspension #left-wc{
    position: relative;
}
.left-suspension #left-wc .wechat-float {
    position: absolute;
    left: 100px;
    top: 0px;
    background: rgba(0,0,0,0.75);
    width: 180px;
    height: 193px;
    text-align: center;
    padding-top: 0.2rem;
    display: none;
}
.left-suspension #left-wc .wechat-float::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 180px;
    top: 17px;
    border-top: 6px solid transparent;
    border-right: 10px solid rgba(0,0,0,0.75);
    border-bottom: 6px solid transparent;
}
.left-suspension #left-wc .wechat-float img{
    width: 148px;
    height: 148px;
    display: inline-block;
    margin-top: 13px;
    font-size: 0px;
}
.left-suspension #left-wc .wechat-float span {
    display: inline-block;
    color: white;
}


.left-suspension .txt {
    font-size: 14px;
    color: #333;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 102%;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
    vertical-align: super;
    margin-left: 3px
}

.left-suspension .list li {
    height: 35px;
    line-height: 35px;
    position: relative;
    cursor: pointer;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 1px dashed #cf242d;
    margin-top: 6px
}

.left-suspension .list li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0;
    text-align: center
}

.left-suspension .list li::before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #cf242d
}

.left-suspension .list li:hover {
    border: 1px solid #cf242d
}

.left-suspension .list li:hover::before {
    content: "";
    width: 100%;
    height: 100%
}

.left-suspension .list li:hover .icon {
    background-image: url("../Images/leftSuspension3/ls-iconGroup2.png")
}

.left-suspension .list li:hover .txt {
    color: #fff
}

.left-suspension .list li.active {
    border: 1px solid #cf242d;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.left-suspension .list li.active::before {
    content: "";
    width: 100%;
    height: 100%
}

.left-suspension .list li.active .icon {
    background-image: url("../Images/leftSuspension3/ls-iconGroup2.png")
}

.left-suspension .list li.active .txt {
    color: #fff
}

.left-suspension .list li:nth-of-type(2) .icon {
    background-position: -88px 0
}

.left-suspension .list li:nth-of-type(3) .icon {
    background-position: -126px 0
}

.left-suspension .list li:nth-of-type(4) .icon {
    background-position: -1px -35px
}

.left-suspension .list li:nth-of-type(5) .icon {
    background-position: -44px -34px
}

.left-suspension .list li:nth-of-type(6) .icon {
    background-position: -88px -34px
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-35deg);
        -ms-transform: perspective(400px) rotateX(-35deg);
        transform: perspective(400px) rotateX(-35deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(35deg);
        -ms-transform: perspective(400px) rotateX(35deg);
        transform: perspective(400px) rotateX(35deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-35deg);
        -ms-transform: perspective(400px) rotateX(-35deg);
        transform: perspective(400px) rotateX(-35deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(35deg);
        -ms-transform: perspective(400px) rotateX(35deg);
        transform: perspective(400px) rotateX(35deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}
